Click or drag to resize

RepeatTime Constructor (Int32, Int32, Int32)

Initializes a new instance of the RepeatTime class with the specified repeat interval, duration and offset.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RepeatTime(
	int repeatInterval,
	int duration,
	int offset
)

Parameters

repeatInterval
Type: SystemInt32
duration
Type: SystemInt32
offset
Type: SystemInt32
See Also